home *** CD-ROM | disk | FTP | other *** search
/ Scene Storm / Scene Storm - Volume 1.iso / coding / c / amiexpress / source / doors / multichatdoor / chatmsg.h < prev    next >
Encoding:
C/C++ Source or Header  |  1995-09-05  |  80 b   |  7 lines

  1. struct ChatMsgStruct
  2. {
  3.     struct    Message    chat_Msg;
  4.     char        Text;
  5.     char        Sender;
  6. };
  7.